バージョン

BooleanVector コンストラクタ(VectorType,Boolean[])

指定された要素の xBooleanVector を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As VectorType, _
   ByVal ParamArray x() As Boolean _
)
public BooleanVector( 
   VectorType type,
   params bool[] x
)

パラメータ

type
BooleanVector の向きを指定する列挙型。
x
要素のブール配列。
参照